3.1.5 \(\int -\frac {3}{2} \, dx\)

Optimal. Leaf size=5 \[ -\frac {3 x}{2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 5, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {8} \begin {gather*} -\frac {3 x}{2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-3/2,x]

[Out]

(-3*x)/2

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int -\frac {3}{2} \, dx &=-\frac {3 x}{2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 5, normalized size = 1.00 \begin {gather*} -\frac {3 x}{2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-3/2,x]

[Out]

(-3*x)/2

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int -\frac {3}{2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[-3/2,x]

[Out]

IntegrateAlgebraic[-3/2, x]

________________________________________________________________________________________

fricas [A]  time = 1.29, size = 3, normalized size = 0.60 \begin {gather*} -\frac {3}{2} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="fricas")

[Out]

-3/2*x

________________________________________________________________________________________

giac [A]  time = 1.16, size = 3, normalized size = 0.60 \begin {gather*} -\frac {3}{2} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="giac")

[Out]

-3/2*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 4, normalized size = 0.80 \begin {gather*} -\frac {3 x}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-3/2,x)

[Out]

-3/2*x

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 3, normalized size = 0.60 \begin {gather*} -\frac {3}{2} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="maxima")

[Out]

-3/2*x

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 3, normalized size = 0.60 \begin {gather*} -\frac {3\,x}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-3/2,x)

[Out]

-(3*x)/2

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 5, normalized size = 1.00 \begin {gather*} - \frac {3 x}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x)

[Out]

-3*x/2

________________________________________________________________________________________